home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / chip-cd_2004_08.zip / 08 / Internet / Shareaza 2.0 / Shareaza_2.0.0.0.exe / Skins / BlueStreak / BlueStreak_12.xml next >
Extensible Markup Language  |  2004-06-01  |  617b  |  20 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Body element, don't touch -->
  3. <skin xmlns="http://www.shareaza.com/schemas/Skin.xsd" version="1.0">
  4.  
  5. <!-- Manifest -->
  6. <manifest    name="BlueStreak (12)"
  7.         author="RocketX"
  8.         description="Addon: Makes the font size 12 for use with BlueStreak"
  9.         link="http://www.shareaza.com/"
  10.         version="1.1"
  11.         type="Skin"
  12.         />
  13. <fonts>
  14.     <font name="System.Plain"  face="Verdana" size="12" weight="normal"/>
  15.     <font name="System.Bold"   face="Verdana" size="12" weight="bold"/>
  16.     <font name="Panel.Caption" face="Verdana" size="12" weight="bold"/>
  17. </fonts>
  18. </skin>
  19.  
  20.